projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9022d85
)
(HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Apr 2006 13:48:54 +0000
(13:48 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Apr 2006 13:48:54 +0000
(13:48 +0000)
was specified.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 6aacfd2bcd4fe83809d97430af3b23132fbde75d..31aebae1a1bf8b896393d292d82aca29e956c10c 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2180,7
+2180,7
@@
fi
### Is -lXaw3d available?
HAVE_XAW3D=no
if test "${HAVE_X11}" = "yes"; then
- if test "${USE_X_TOOLKIT}" != "none"; then
+ if test "${USE_X_TOOLKIT}" != "none"
&& test "${with_toolkit_scroll_bars}" != "no"
; then
dnl Fixme: determine what Scrollbar.h needs to avoid compilation
dnl errors from the test without the `-'.
AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,